home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer Source 9
/
developer source - volume 9.iso
/
parad
/
may96
/
parkf112.gif
< prev
next >
Graphics Interchange Format
|
1998-02-10
|
7KB
|
475x278
|
4-bit (6 colors)
Labels:
text
|
electronics
|
screenshot
|
display
|
software
|
font
|
number
OCR:
ORDERS.FSL :: UnitPrice :: changeValue* ; CALC LINETOTAL FIELD method changeValue (var eventInfo ValueEvent) ;write record to table immediately. action (DataPostRecord) ; multipy "Quantity" value by "UnitPrice" value ;and put result in "LineTotal" field. LineTotal = Quantity * UnitPrice ;put POTotalCalc value into POTotal field. POTotal = POTotalCalc endmethod Edit Line: 21 Col: 1